home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / PICTWIND.PAK / PICTWIND.RC < prev    next >
Text File  |  1997-05-06  |  536b  |  23 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (c) 1995, 1995 by Borland International, All Rights Reserved
  4. //----------------------------------------------------------------------------
  5. #include "pictwind.rh"
  6. #include <owl/owlapp.rc>
  7. #include <owl/except.rc>
  8. #include <owl/window.rh>
  9.  
  10.  
  11.  
  12. IDM_MAINMENU MENU
  13. {
  14.  POPUP "&Alignment"
  15.  {
  16.   MENUITEM "&Center", CM_CENTER, CHECKED
  17.   MENUITEM "&Upper-left", CM_UPPERLEFT
  18.   MENUITEM "&Stretch", CM_STRETCH
  19.  }
  20.  
  21. }
  22.  
  23.